func runtime.osyield

26 uses

	runtime (current package)
		coro.go#L233: 		tryRecordGoroutineProfile(gnext, nil, osyield)
		cpuprof.go#L110: 		osyield()
		cpuprof.go#L147: 		osyield()
		lock_spinbit.go#L220: 				osyield() // TODO: Consider removing this step. See https://go.dev/issue/69268.
		mgcsweep.go#L496: 		osyield()
		mprof.go#L1471: 	tryRecordGoroutineProfile(gp1, nil, osyield)
		os_linux.go#L456: func osyield()
		os_linux.go#L460: 	osyield()
		os_linux.go#L848: 			osyield()
		os_linux.go#L871: 			osyield()
		preempt.go#L251: 			osyield()
		proc.go#L1311: 			osyield()
		proc.go#L3338: 		tryRecordGoroutineProfile(gp, nil, osyield)
		proc.go#L5260: 			osyield()
		proc.go#L5885: 		osyield()
		proc.go#L7700: 									osyield()
		signal_unix.go#L980: 	osyield()
		signal_unix.go#L981: 	osyield()
		signal_unix.go#L982: 	osyield()
		signal_unix.go#L988: 	osyield()
		signal_unix.go#L989: 	osyield()
		signal_unix.go#L990: 	osyield()
		trace.go#L420: 		osyield()
		trace.go#L709: 				osyield()
		tracecpu.go#L266: 		osyield()
		type.go#L124: 			osyield()